-- card: 9098 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 8877 -- name: ControlPanelHelp ----- HyperTalk script ----- on doDeHilite set the hilite of button "POWER" to false set the hilite of button "CD" to false set the hilite of button "LP" to false set the hilite of button "TAPE" to false set the hilite of button "VIDEO" to false set the hilite of button "delete" to false set the hilite of button "new" to false set the hilite of button "search" to false set the hilite of button "play" to false set the hilite of button "uprev" to false set the hilite of button "unext" to false set the hilite of button "print" to false set the hilite of button "help" to false set the hilite of button "master" to false set the hilite of button "sort" to false set the hilite of button "lprev" to false set the hilite of button "lnext" to false end doDeHilite on doHideCPfields hide cd field "POWER" hide cd field "CD" hide cd field "LP" hide cd field "TAPE" hide cd field "VIDEO" hide cd field "delete" hide cd field "new" hide cd field "search" hide cd field "play" hide cd field "uprev" hide cd field "unext" hide cd field "print" hide cd field "help" hide cd field "sort" hide cd field "master" hide cd field "lprev" hide cd field "lnext" end doHideCPfields on doProcess global thisname put last word of thisname into fieldname put "card field " & fieldname into fieldname if the hilite of thisname is false then doDeHilite set the hilite of thisname to true doHideCPfields show fieldname else doHideCPfields doDeHilite end if end doProcess -- part 1 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=8 top=69 right=120 bottom=403 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: helpexplan -- part 2 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=414 top=85 right=107 bottom=493 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 2304 -- line height: 16 -- part name: return -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=7 top=301 right=340 bottom=78 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: POWER ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=85 top=301 right=339 bottom=130 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: CD ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=181 top=302 right=340 bottom=226 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: TAPE ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=230 top=302 right=340 bottom=274 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: VIDEO ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=278 top=290 right=311 bottom=317 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: delete ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=317 top=290 right=311 bottom=356 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: new ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=355 top=290 right=311 bottom=394 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: search ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=290 right=311 bottom=432 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: play ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=431 top=290 right=311 bottom=470 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: uprev ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=468 top=290 right=311 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: unext ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=278 top=318 right=339 bottom=317 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: print ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=316 top=318 right=339 bottom=355 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: help ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=354 top=318 right=339 bottom=393 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: sort ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=392 top=318 right=339 bottom=431 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: master ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=430 top=318 right=339 bottom=469 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: lprev ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=469 top=318 right=339 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: lnext ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 20 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: POWER -- part 21 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: CD -- part 22 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: LP -- part 23 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: TAPE -- part 25 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: VIDEO -- part 26 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: delete -- part 27 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: new -- part 28 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: search -- part 29 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: play -- part 30 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: uprev -- part 31 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: unext -- part 32 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: print -- part 33 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: help -- part 34 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: sort -- part 35 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: master -- part 36 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: lprev -- part 37 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=8 top=124 right=230 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: lnext -- part 38 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=133 top=302 right=340 bottom=178 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: LP ----- HyperTalk script ----- on mouseUp global thisname put name of me into thisname doProcess end mouseUp -- part 40 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=405 top=70 right=120 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: return ----- HyperTalk script ----- on mouseUp pop card end mouseUp -- part 44 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=0 top=124 right=241 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cover -- part contents for card part 1 ----- text ----- Click on a Control Panel button below to see a description of its function. Click on the Return button on the right to return back to original card. -- part contents for card part 2 ----- text ----- return -- part contents for card part 20 ----- text ----- POWER button calls dialog box to exit to finder, home card, or to cancel. -- part contents for card part 21 ----- text ----- CD button Will take user to CD section of library. If it is activated while in the CD section, it will give the number of CD entries currently in the library. -- part contents for card part 22 ----- text ----- LP button Will take user to LP section of library. If it is activated while in the LP section, it will give the number of LP entries currently in the library. -- part contents for card part 23 ----- text ----- TAPE button Will take user to TAPE section of library. If it is activated while in the TAPE section, it will give the number of TAPE entries currently in the library. -- part contents for card part 25 ----- text ----- VIDEO button Will take user to VIDEO section of library. If it is activated while in the VIDEO section, it will give the number of VIDEO entries currently in the library. -- part contents for card part 26 ----- text ----- DELETE button This button will call for a confirmation to delete the current card. -- part contents for card part 27 ----- text ----- RECORD NEW button This button will create a new card of the same media of the current section. -- part contents for card part 28 ----- text ----- SEARCH button Will prompt user for a keyword to search. Note that HyperCard may stop on a card that does not have a visible field such as different volume from the current displayed one. Check other volumes for the keyword you are searching for. -- part contents for card part 29 ----- text ----- PLAY button Calls option to show cards in current media or all cards in the library. -- part contents for card part 30 ----- text ----- UNIVERSAL SKIP PREVIOUS button Will skip to the previous card of the library regardless of media. -- part contents for card part 31 ----- text ----- UNIVERSAL SKIP NEXT button Will skip to the next card of the library regardless of media. -- part contents for card part 32 ----- text ----- PRINT button Calls options for printing the stack, report, or current card. -- part contents for card part 33 ----- text ----- LOCAL HELP button Will call help for the local card type. -- part contents for card part 34 ----- text ----- SORT button Calls options for sorting the entire stack. User is presented seven options from which six must be chosen in order of priority. Each card is sorted by Volume I only. Tapes are sorted by side A of Volume I. Sorts on the artist key are done according to last name. -- part contents for card part 35 ----- text ----- GO TO MASTER CONTROL button Goes to the master control panel of AudioVideo Library. -- part contents for card part 36 ----- text ----- LOCAL SKIP PREVIOUS button Will skip to the previous card of current media. -- part contents for card part 37 ----- text ----- LOCAL SKIP NEXT button Will skip to the next card of current media.